ArcFM Responder Mobile Developer Guide
SignUpForEvents Method






The source.
Signs up for events.
Syntax
'Declaration
 
Function SignUpForEvents( _
   ByVal src As TEventSource _
) As System.Boolean
'Usage
 
Dim instance As IEventSignup(Of TEventSource)
Dim src As TEventSource
Dim value As System.Boolean
 
value = instance.SignUpForEvents(src)
System.bool SignUpForEvents( 
   TEventSource src
)
function SignUpForEvents( 
    src: TEventSource
): System.Boolean; 
function SignUpForEvents( 
   src : TEventSource
) : System.boolean;
System.bool SignUpForEvents( 
   TEventSource* src
) 
System.bool SignUpForEvents( 
   TEventSource^ src
) 

Parameters

src
The source.

Return Value

true if the event consumer would like to receive event notifications for the given source.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IEventSignup<TEventSource> Interface
IEventSignup<TEventSource> Members

Send Feedback